home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / cscript_parse_test.tg < prev    next >
Encoding:
Text File  |  2001-10-20  |  437 b   |  12 lines

  1. ## cscript_parse_test
  2. # This script will change based on whatever feature is currently being tested.
  3.  
  4. {
  5.     -name cscript_parse_test
  6.     -start
  7. #    -stop
  8.     # pass the string "c:\moo\monkey\flower.box" to the parse_filename program for parsing
  9.     -action -cscript run handle "%TG.SAMPLE_CSCRIPT_DIR%parse_filename.c" "c:\moo\monkey\flower.box"
  10.     -action -print DRIVE=%DRIVE%, DIR=%DIR%, FNAME=%FNAME%, and EXT=%EXT%
  11.     -action -inc 0 0 0 1
  12. }